home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / SHARED.DIR / 00319_Script_319 < prev    next >
Text File  |  1994-12-08  |  325b  |  13 lines

  1. on playQT x
  2.   global gMoovLength
  3.   -- using global from getQTLen
  4.   getQTname x
  5.   put the result into QTname
  6.   set the loop of cast QTname to FALSE
  7.   --set the startTime of sprite x to 1
  8.   set the movierate of sprite x to 1
  9.   if the movieTime of sprite x < gMoovLength then
  10.     go to the frame
  11.   end if
  12. end playQT
  13.